Special case 'Geocache Found' icon for Delbin.
authorrobertl <robertl>
Sun, 11 Apr 2010 22:39:35 +0000 (22:39 +0000)
committerrobertl <robertl>
Sun, 11 Apr 2010 22:39:35 +0000 (22:39 +0000)
delbin.c

index fc6e13d34f114f2a4d04f58d75bfdcfdff18c688..155c1974b61d727e3c18f7f0403cd2043cb7dba6 100644 (file)
--- a/delbin.c
+++ b/delbin.c
@@ -1133,6 +1133,8 @@ get_gc_notes(const waypoint* wp, int* symbol, char** notes, unsigned* notes_size
        case gt_ape:
                break;
        }
+        if (0 == strcmp(wp->icon_descr, "Geocache Found"))
+            gc_sym = 124;
        if (wp->description) {
                gbfputs(wp->description, fd);
                if (wp->gc_data->placer) {